h1 { font-family: Verdana, Geneva, Tahoma, sans-serif; color: white; font-size: 50px; }
h2 { font-family: Arial, Helvetica, sans-serif; font-size: large; color: white; font-size: 30px; }
body {
    background-color:#FFF8E7;
    margin: 0;
    display: flex;
    flex-direction: column;
    background-color:#d06d69;
}
.container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin: 0;
    background-color: #a90404;
    width: 100%;
    box-sizing: border-box;
}

.container img{
    border-radius: 20px;
}

.special {
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    min-height: 32px;
    text-align: center;
    padding: 10px 0;
    background-color: #b70505;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    min-width: 100%;
}



.special a{
border-left: 3px solid goldenrod;
}

a {
    text-decoration: none;
    color: white;
    display: inline-block;
    font-size: 20px;
    font-weight: bolder;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
}
a:hover {
    color: goldenrod;
}
.Guidetitle {
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    text-align: center;
    font-weight: 900;
    margin: 20px 0;
}


@media (max-width: 600px) {
    h1 {
        font-size: 30px;
    }
    .Guidetitle {
        font-size: 28px;
    }
    .card h3 {
        font-size: 16px;
    }
    .updates {
        font-size: 18px;
    }
    a {
        font-size: 18px;
        padding: 10px 20px;
    }
}

.bout{
    border-right: 3px solid goldenrod;
}




